body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: medium;
 color: #FFFFFF;
 background-color: #610B0B;
 margin-left: 5em;
 margin-right: 5em;
  
 }div#menubar {
  background-color:#610B0B; /*pink*/
  text-align: left;
  border-style: solid;
  border-width: thin;
  border-color: #610B0B;/*pink*/
  background-image: align left;    
  margin: none;
     }
   
   
  /* unvisited link */

/* unvisited link */
a:link {
    color: #FFFFFF;
}

/* visited link */
a:visited {
    color: #F5DA81;
}

/* mouse over link */
a:hover {
    color: #F5DA81;
}

/* selected link */
a:active {
    color: #FFFFFF;
}

   /*h1 is used for main word in horizontal menu bars.*/
h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 2.0em;
 font-weight: bold;
 color: #FFFFFF; /*white*/
 text-align:center;
 
  }h1 style {
 margin-bottom: 0px;
 }/*h2 is used for secondary words in horizontal menu bars.*/
 
h2 {
 font-size: 1.5em;
 color: #FFFFFF; /*white*/
 text-align:center;
 }
/*h3 is used for main headings on white background.*/
h3 {
 font-size: 1em;
 color:#0B3B0B; /*very dark green*/
 font-weight: bold;
 margin-left: 0em;
  }h3 style {
 margin-bottom: 0px;
 }/*h4 is used for table headings */
 
h4 {
  font-size: 1.2em;
  font-weight: bold;
  color:#0B3B0B; /*dark green*/
  background-color:#FFFFFF; /*white*/
  text-align: center;
  vertical align: top;
  text-decoration: underline;}/*h5 is used for table headings IN KidZoneE*/
  
h5 {
  font-size: 1.2em;
  font-weight: bold;
  color:#0B3B0B; /*dark green*/
  background-color:#FFFF00; /*yellow*/
  text-align: center;
  vertical align: top;
  text-decoration: none;}/*h6 is used for table headings with white background*/
  
h6 {
  font-size: 1.2em;
  font-weight: bold;
  color:#0B3B0B; /*dark green*/
  text-align: center;
  vertical align: top;
  text-decoration: none;}
  
  p, ol, ul {
  margin-left: none;
  color: #FFFFFF;
    }
    
  li {
 margin-left: 2em;
 }
img {
 position: center;
 margin: none;
 border-style: none;
 }
 
table {
 empty-cells: show; 
 vertical-align: top;
 text-align: left;
 }
 
  
 td {
  border-style: 1px solid;
  padding: 10px;
  vertical-align: top;
  text-align: left;
  }
  
 td.leftpanel {   /*This is a div class. Used for left menu*/
  width: 300px;
  background-color:#610B0B; /*pink*/
  background-repeat: no-repeat;
  background-position: center top;}
  
td.leftpanelplain {   /*This is a div class. Used for a left menu with no colour and no chimes*/
  width: 20px;}
  
td.main {  /*This is for left column and one column layout*/
 width: 800px;
 text-align: center;
    }

td.one {
width: 600px;
 } 
 
 td.two {  /*This is for 2 column layout*/
 width: 350px;
    }   
 
  
td.three {  /*This is for 3 column layout*/
  width: 200px;
  }
  
td.rightpanelplain { 
  width:100px;
  }
  